feat(kermt): sync open-model skills + scripts to KERMT main#3
Open
evasnow1992 wants to merge 1 commit into
Open
feat(kermt): sync open-model skills + scripts to KERMT main#3evasnow1992 wants to merge 1 commit into
evasnow1992 wants to merge 1 commit into
Conversation
Bring the KERMT open-model skill bundle up to date with the KERMT repo main branch (NVIDIA-BioNeMo/KERMT @ 85f255f): - Adds the released-model download path: scripts/fetch_released_model.py + config/released_model.json, and the --pretrained-release / default-to- nvidia/NV-KERMT-70M-v2 flow in the finetune / embed / continue-pretrain SKILL.md files. - Refreshes all 8 SKILL.md, all runner/validator scripts, and the unit tests. - Regenerates the installable plugin SKILL.md copies. - Updates .skillsource.json (resolved_sha + files list). - Preserves the toolkit's Apache-2.0 OR CC-BY-4.0 dual-license identifier on all synced files (SPDX headers + SKILL.md frontmatter); KERMT ships Apache-2.0 only. - Keeps the toolkit metadata convention: drops KERMT's owner: frontmatter field (no personal owner email in the public repo). .skillsource.json was hand-updated (the autogenerate sync tool is not in the public repo); a future generator run should reproduce it. Signed-off-by: Eva Xue <evax@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bring the KERMT open-model skill bundle up to date with the KERMT repo main branch (NVIDIA-BioNeMo/KERMT @ 85f255f):